Try being more parallel on travis
authorAlex Crichton <alex@alexcrichton.com>
Sun, 26 Jul 2015 17:02:13 +0000 (10:02 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 26 Jul 2015 17:02:13 +0000 (10:02 -0700)
commit4736045c23d5decb3bfe856f504482291d5f9529
tree8a9053a7fa0e055ce6a782b57ce80889743d49d3
parentb61b5ea9f25a78e6163bc2559980533d3773e6b6
Try being more parallel on travis

This was previously set as travis would frequently fail to spawn a new process
due to resource limits being hit, but now that we're using `sudo: false` it's
looking like that infrastructure is more robust and we may be able to run tests
in parallel.
.travis.yml